home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d21
/
rbcomm33.arc
/
QDECK.MAC
< prev
next >
Wrap
Text File
|
1991-02-02
|
1KB
|
38 lines
; RBcomm macro file to log onto Quarterdeck BBS
; by Ralf Brown
;
Auto MULTI
PAUSE 2
TEXT "\r"
WAITFOR 10 "(Enter)=no?"
TEXT "\r"
WAITFOR 30 "first name?"
TEXT "first\r"
WAITFOR 5 "last name?"
TEXT "last\r"
WAITFOR 5 "echo)?"
PASSWORD
TEXT "\r"
WAITFOR 45 "Scan Message"
TEXT "n\r"
WHEN 2 "Press (Enter)"
TEXT "\r"
WAITFOR 20 "Command?"
IF FAILED
ABORT
TEXT "j 1\r" ; (J)oin the tech support conference
WAITFOR 30 "Conference Command?"
TEXT "r\r"
WAITFOR 10 "Read Command?" ; start reading the tech support
TEXT "+\r" ; conference
WHEN 1 "Message Command?" ; in non-stop mode
TEXT "ns\r" ; (all text logged to file)
END
OnLoad OPEN_LOG "D:/TMP/QDECK.LOG"
Cleanup CLOSE_LOG
; add standard bindings
#include "rbcomm"